* gdk/gdkregion-generic.c: Documentation fixes.
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
a doc comment.
2006-04-24 Matthias Clasen <mclasen@redhat.com>
+ * gdk/gdkregion-generic.c: Documentation fixes.
+
+ * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+ a doc comment.
+
* gtk/gtkprintunixdialog.c: Add docs.
* gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
2006-04-24 Matthias Clasen <mclasen@redhat.com>
+ * gdk/gdkregion-generic.c: Documentation fixes.
+
+ * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+ a doc comment.
+
* gtk/gtkprintunixdialog.c: Add docs.
* gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
* Sven Neumann <sven@convergence.de>
*/
-/**
+/*
Main entry point for 2.6 seems to be open_display so
most stuff in main is moved over to gdkdisplay-directfb.c
I'll move stub functions here that make no sense for directfb
and true globals
Michael Emmel
-**/
+*/
#include <config.h>
#include <string.h>
* gdk_region_empty:
* @region: a #GdkRegion
*
- * Returns %TRUE if the #GdkRegion is empty.
+ * Finds out if the #GdkRegion is empty.
*
* Returns: %TRUE if @region is empty.
*/
* @region1: a #GdkRegion
* @region2: a #GdkRegion
*
- * Returns %TRUE if the two regions are the same.
+ * Finds out if the two regions are the same.
*
* Returns: %TRUE if @region1 and @region2 are equal.
*/
* @x: the x coordinate of a point
* @y: the y coordinate of a point
*
- * Returns %TRUE if a point is in a region.
+ * Finds out if a point is in a region.
*
* Returns: %TRUE if the point is in @region.
*/